home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Other Langs
/
Tickle-4.0 (tcl)
/
library
/
help
/
tcl
/
lists
/
lvarpush
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-26
|
366 b
|
9 lines
|
[
TEXT/$Tcl
]
lvarpush var string ?index?
The lvarpush command pushes (inserts) string as an ele-
ment in the list contained in the variable var. The
element is inserted before position index in the list.
If index is omitted, then 0 is assumed. If var does
not exists, it is created.